home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMP Graphics Collection
/
AMP Graphics Collection.iso
/
programs
/
author
/
zlaunchw
/
zlaunch.dir
/
00001_Script_1
next >
Wrap
Text File
|
1997-05-19
|
316b
|
16 lines
on mouseUp
global gMacPlatform, gOptionDown
-- Store the state of the Option key
set gOptionDown = the optionDown
-- Launch using the parameterList specified dynamically
if gMacPlatform then
go frame "LaunchMacParams"
else
go frame "LaunchWinParams"
end if
end